QuickOPC User's Guide and Reference
AttributeDataPayload Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComplexEventProcessing Namespace > UADataChangeNotificationPayload<TValue> Class : AttributeDataPayload Property
An event payload with an OPC-UA attribute value, together with status code and timestamps.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property AttributeDataPayload As UAAttributeDataPayload(Of TValue)
'Usage
 
Dim instance As UADataChangeNotificationPayload(Of TValue)
Dim value As UAAttributeDataPayload(Of TValue)
 
instance.AttributeDataPayload = value
 
value = instance.AttributeDataPayload
[NotNull()]
public UAAttributeDataPayload<TValue> AttributeDataPayload {get; set;}
[NotNull()]
public:
property UAAttributeDataPayload<TValue^>^ AttributeDataPayload {
   UAAttributeDataPayload<TValue^>^ get();
   void set (    UAAttributeDataPayload<TValue^>^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also